home *** CD-ROM | disk | FTP | other *** search
/ Win 50 Game+ Vol. 7 (Japan) / Win 50 Game+ Vol. 7 (Japan).7z / Win 50 Game+ Vol. 7 (Japan).bin / lha_file / dpgolf11.lzh / DPG11SRC.LZH / GLMAIN.DFM / GLMAIN.txt next >
Text File  |  1996-08-21  |  6KB  |  297 lines

  1. object Form1: TForm1
  2.   Left = 12
  3.   Top = 10
  4.   ActiveControl = Button1
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Danchan'#39's Putter Golf 1.1'
  8.   ClientHeight = 416
  9.   ClientWidth = 556
  10.   Ctl3D = False
  11.   Color = clLime
  12.   Font.Color = clBlack
  13.   Font.Height = -19
  14.   Font.Name = 'Times New Roman'
  15.   Font.Style = []
  16.   Icon.Data = {<image000.ico>}
  17.   KeyPreview = True
  18.   Menu = MainMenu1
  19.   PixelsPerInch = 96
  20.   Position = poDefaultPosOnly
  21.   Scaled = False
  22.   OnCreate = FormCreate
  23.   OnKeyDown = FormKeyDown
  24.   OnMouseDown = FormMouseDown
  25.   OnMouseMove = Shape2MouseMove
  26.   OnMouseUp = Shape1MouseUp
  27.   OnPaint = FormPaint
  28.   TextHeight = 21
  29.   object Image2: TImage
  30.     Left = 16
  31.     Top = 120
  32.     Width = 260
  33.     Height = 26
  34.     Picture.Data = {<image001.bmp>}
  35.     Visible = False
  36.   end
  37.   object Image3: TImage
  38.     Left = 16
  39.     Top = 152
  40.     Width = 260
  41.     Height = 26
  42.     Picture.Data = {<image002.bmp>}
  43.     Visible = False
  44.   end
  45.   object hata: TImage
  46.     Left = 203
  47.     Top = 180
  48.     Width = 32
  49.     Height = 32
  50.     Picture.Data = {<image003.ico>}
  51.   end
  52.   object Panel1: TPanel
  53.     Left = 420
  54.     Top = 0
  55.     Width = 136
  56.     Height = 416
  57.     Align = alRight
  58.     BevelInner = bvLowered
  59.     TabOrder = 0
  60.     OnMouseMove = Shape2MouseMove
  61.     object Shape1: TShape
  62.       Left = 8
  63.       Top = 24
  64.       Width = 120
  65.       Height = 120
  66.       Cursor = crCross
  67.       Shape = stCircle
  68.       OnMouseDown = Shape1MouseDown
  69.       OnMouseMove = Shape1MouseMove
  70.       OnMouseUp = Shape1MouseUp
  71.     end
  72.     object Shape2: TShape
  73.       Left = 59
  74.       Top = 75
  75.       Width = 18
  76.       Height = 18
  77.       Brush.Color = clBtnFace
  78.       Shape = stEllipse
  79.       OnMouseMove = Shape2MouseMove
  80.     end
  81.     object Label1: TLabel
  82.       Left = 8
  83.       Top = 172
  84.       Width = 125
  85.       Height = 20
  86.       AutoSize = False
  87.       Caption = 'Hole 1 (par 2)'
  88.     end
  89.     object Label2: TLabel
  90.       Left = 8
  91.       Top = 190
  92.       Width = 74
  93.       Height = 20
  94.       AutoSize = False
  95.       Caption = 'Shot 1 '
  96.     end
  97.     object Label3: TLabel
  98.       Left = 8
  99.       Top = 208
  100.       Width = 122
  101.       Height = 20
  102.       AutoSize = False
  103.       Caption = 'Score 0 (+0)'
  104.     end
  105.     object Label4: TLabel
  106.       Left = 4
  107.       Top = 4
  108.       Width = 128
  109.       Height = 19
  110.       Alignment = taCenter
  111.       Caption = 'Click This Circle'
  112.       Font.Color = clBlack
  113.       Font.Height = -16
  114.       Font.Name = 'Arial'
  115.       Font.Style = [fsBold, fsItalic]
  116.       ParentFont = False
  117.     end
  118.     object Label5: TLabel
  119.       Left = 8
  120.       Top = 232
  121.       Width = 117
  122.       Height = 17
  123.       AutoSize = False
  124.       Caption = 'Friction : 14'
  125.       Font.Color = clBlack
  126.       Font.Height = -15
  127.       Font.Name = 'Arial'
  128.       Font.Style = []
  129.       ParentFont = False
  130.     end
  131.     object Label6: TLabel
  132.       Left = 8
  133.       Top = 270
  134.       Width = 121
  135.       Height = 17
  136.       AutoSize = False
  137.       Caption = 'Acceleration : 14'
  138.       Font.Color = clBlack
  139.       Font.Height = -15
  140.       Font.Name = 'Arial'
  141.       Font.Style = []
  142.       ParentFont = False
  143.     end
  144.     object showxy: TLabel
  145.       Left = 12
  146.       Top = 146
  147.       Width = 109
  148.       Height = 19
  149.       Alignment = taCenter
  150.       AutoSize = False
  151.       Caption = 'Power : 0'
  152.       Font.Color = clBlack
  153.       Font.Height = -16
  154.       Font.Name = 'Arial'
  155.       Font.Style = [fsBold, fsItalic]
  156.       ParentFont = False
  157.     end
  158.     object Bar1: TScrollBar
  159.       Left = 8
  160.       Top = 249
  161.       Width = 121
  162.       Height = 16
  163.       LargeChange = 4
  164.       Max = 30
  165.       Min = 1
  166.       Position = 14
  167.       TabOrder = 0
  168.       OnChange = Bar1Change
  169.     end
  170.     object Bar2: TScrollBar
  171.       Left = 8
  172.       Top = 287
  173.       Width = 121
  174.       Height = 16
  175.       LargeChange = 4
  176.       Max = 30
  177.       Min = 1
  178.       Position = 14
  179.       TabOrder = 1
  180.       OnChange = Bar2Change
  181.     end
  182.     object Button1: TButton
  183.       Left = 60
  184.       Top = 310
  185.       Width = 65
  186.       Height = 24
  187.       Caption = 'Reset'
  188.       Font.Color = clBlack
  189.       Font.Height = -16
  190.       Font.Name = 'Arial'
  191.       Font.Style = []
  192.       ParentFont = False
  193.       TabOrder = 2
  194.       OnClick = ResetbtnClick
  195.     end
  196.     object Radio1: TRadioGroup
  197.       Left = 4
  198.       Top = 338
  199.       Width = 128
  200.       Height = 72
  201.       Columns = 2
  202.       Enabled = False
  203.       Font.Color = clBlack
  204.       Font.Height = -15
  205.       Font.Name = 'Arial'
  206.       Font.Style = []
  207.       ItemIndex = 0
  208.       Items.Strings = (
  209.         'DX'
  210.         'Rough'
  211.         'DY'
  212.         'Item')
  213.       ParentFont = False
  214.       TabOrder = 4
  215.     end
  216.     object Check1: TCheckBox
  217.       Left = 12
  218.       Top = 338
  219.       Width = 49
  220.       Height = 17
  221.       Caption = 'Edit'
  222.       TabOrder = 3
  223.       OnClick = Check1Click
  224.     end
  225.   end
  226.   object MainMenu1: TMainMenu
  227.     Left = 72
  228.     Top = 40
  229.     object Game1: TMenuItem
  230.       Caption = '&Game'
  231.       object Restart1: TMenuItem
  232.         Caption = '&Restart'
  233.         OnClick = Restart1Click
  234.       end
  235.       object New1: TMenuItem
  236.         Caption = '&New'
  237.         OnClick = New1Click
  238.       end
  239.       object N1: TMenuItem
  240.         Caption = '-'
  241.       end
  242.       object Save1: TMenuItem
  243.         Caption = '&Save'
  244.         OnClick = Save1Click
  245.       end
  246.       object Load1: TMenuItem
  247.         Caption = '&Load'
  248.         OnClick = Load1Click
  249.       end
  250.       object N2: TMenuItem
  251.         Caption = '-'
  252.       end
  253.       object Exit1: TMenuItem
  254.         Caption = 'E&xit'
  255.         OnClick = Exit1Click
  256.       end
  257.     end
  258.     object Help1: TMenuItem
  259.       Caption = '&Help'
  260.       object Index1: TMenuItem
  261.         Caption = '&Index'
  262.         OnClick = Help1Click
  263.       end
  264.       object About1: TMenuItem
  265.         Caption = '&About'
  266.         OnClick = About1Click
  267.       end
  268.     end
  269.   end
  270.   object Timer1: TTimer
  271.     Enabled = False
  272.     Interval = 50
  273.     OnTimer = Timer1Timer
  274.     Left = 40
  275.     Top = 40
  276.   end
  277.   object Loadbox: TOpenDialog
  278.     Ctl3D = False
  279.     DefaultExt = 'dpg'
  280.     Filter = 'Course Data(*.dpg)|*.dpg|All files(*.*)|*.*'
  281.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  282.     Title = 'Danchan'#39's Putter Golf(Load)'
  283.     Left = 104
  284.     Top = 40
  285.   end
  286.   object Savebox: TSaveDialog
  287.     Ctl3D = False
  288.     DefaultExt = 'dpg'
  289.     FileName = 'dpgolf.dpg'
  290.     Filter = 'Course Data(*.dpg)|*.dpg'
  291.     Options = [ofOverwritePrompt, ofHideReadOnly]
  292.     Title = 'Danchan'#39's Putter Golf(Save)'
  293.     Left = 136
  294.     Top = 40
  295.   end
  296. end
  297.